home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmiSoft
/
Util
/
Misc
/
Lottery2002.lha
/
Lottery2002
/
Source
/
externals.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-03-09
|
602b
|
27 lines
/* externals.h */
/* External Variables as defined in 'main.c' */
extern struct Menu *g_menustrip;
extern struct Requester myreq;
extern struct MsgPort *speakMP;
extern struct narrator_rb *speakIO;
extern int seed;
extern char g_button[];
extern char g_okbutton[];
extern char g_title[];
extern char g_scrtitle[];
extern enum
{
GAD_FIRST,
GAD_BOX1, GAD_BOX2, GAD_BOX3, GAD_BOX4, GAD_BOX5, GAD_BOX6,
GAD_BOX7, GAD_BOX8, GAD_BOX9, GAD_BOX10, GAD_BOX11, GAD_BOX12,
GAD_FUEL, GAD_START, GAD_SPEAK, GAD_QUIT,
GAD_LAST
};
extern int wednums[], satnums[];
extern BOOL spk_flag;